-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compile output has "?" as the file not compiling #76
Comments
Original comment by
|
I've tracked down the issue that I'm having. Changed the line to: The first parameter was: This seems to have fixed my issue with the compile referring to file ?. |
Would you be able to provide a test case for this problem ? |
https://www.dropbox.com/s/jbhiruhxb89vkbg/pct_test_case.zip?dl=0 Download the file linked above, unzip it with folders expanded, edit the env.bat file to point to your ANT, PCT, JAVA, Progress environments. If you adjust the line in build.xml: |
Found the issue, a combination of using relativePaths=true, using a fileset in the basedir directory and not having this directory in the propath by default. |
Code pushed in dev branch, thanks for your fix |
Original issue reported on code.google.com by
wildd...@gmail.com
on 5 Nov 2014 at 6:32The text was updated successfully, but these errors were encountered: