View Issue Details [ Jump to Notes ] | [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
0013161 | CMake | CMake | public | 2012-04-23 13:28 | 2012-09-09 10:45 | ||||
Reporter | Frank Glinka | ||||||||
Assigned To | Rolf Eike Beer | ||||||||
Priority | normal | Severity | major | Reproducibility | always | ||||
Status | closed | Resolution | duplicate | ||||||
Platform | Windows | OS | Windows | OS Version | 7 | ||||
Product Version | CMake 2.8.8 | ||||||||
Target Version | Fixed in Version | ||||||||
Summary | 0013161: Java support can violate the command-line string limitation | ||||||||
Description | Currently, the add_jar function composes a single command-line expression which invokes javac and passes all java files as command-line arguments. As soon as the number of Java files gets bigger and/or the files are placed in folders with long path names, the system limit for command-line expressions is easily reached. | ||||||||
Steps To Reproduce | Create a medium-sized java project with long path names to the Java files. | ||||||||
Additional Information | The Java compiler allows to provide a file as a program argument which lists the source files to be compiled. This might be the better choice: http://docs.oracle.com/javase/7/docs/technotes/tools/windows/javac.html [^] | ||||||||
Tags | No tags attached. | ||||||||
Attached Files | |||||||||
Relationships | ||||||
|
Relationships |
Notes | |
(0029332) Nils Gladitz (developer) 2012-04-25 05:26 |
duplicate of 0013028 ? |
(0029333) Frank Glinka (reporter) 2012-04-25 05:30 |
Correct! So this one can be closed as being a duplicate, sorry. |
(0030411) David Cole (manager) 2012-08-11 21:35 |
Sending old, never assigned issues to the backlog. (The age of the bug, plus the fact that it's never been assigned to anyone means that nobody is actively working on it...) If an issue you care about is sent to the backlog when you feel it should have been addressed in a different manner, please bring it up on the CMake mailing list for discussion. Sign up for the mailing list here, if you're not already on it: http://www.cmake.org/mailman/listinfo/cmake [^] It's easy to re-activate a bug here if you can find a CMake developer who has the bandwidth to take it on, and ferry a fix through to our 'next' branch for dashboard testing. |
Notes |
Issue History | |||
Date Modified | Username | Field | Change |
2012-04-23 13:28 | Frank Glinka | New Issue | |
2012-04-25 05:26 | Nils Gladitz | Note Added: 0029332 | |
2012-04-25 05:30 | Frank Glinka | Note Added: 0029333 | |
2012-08-11 21:35 | David Cole | Status | new => backlog |
2012-08-11 21:35 | David Cole | Note Added: 0030411 | |
2012-09-09 10:44 | Rolf Eike Beer | Relationship added | duplicate of 0013028 |
2012-09-09 10:45 | Rolf Eike Beer | Status | backlog => closed |
2012-09-09 10:45 | Rolf Eike Beer | Assigned To | => Rolf Eike Beer |
2012-09-09 10:45 | Rolf Eike Beer | Resolution | open => duplicate |
Issue History |
Copyright © 2000 - 2018 MantisBT Team |