Community
Participate
Working Groups
If you sync org.eclipse.sapphire.modeling plugin from CVS, it doesn't build due to the following failure. The javacc portion of the build is trying to access files external to the project. Buildfile: D:\Eclipse\Workspaces\Sapphire-M1\org.eclipse.sapphire.modeling\customBuildCallbacks.xml BUILD FAILED D:\Eclipse\Workspaces\Sapphire-M1\org.eclipse.sapphire.modeling\customBuildCallbacks.xml:8: Cannot find ../../releng/javacc/build.xml imported from D:\Eclipse\Workspaces\Sapphire-M2\org.eclipse.sapphire.modeling\customBuildCallbacks.xml Total time: 34 milliseconds
Note that this is only a problem if you sync org.eclipse.sapphire.modeling plugin individually from CVS. If you sync the entire Sapphire source tree (like you would to run a local build), this will not be an issue as project build will find the external resources it expects.
Moved the javacc compiler into the modeling plugin so that the plugin is self-contained when pulled from CVS.
Not able to verify because I can't javacc to run. I see this when I first check out from cvs, but with repeated cleans these errors goes away. I've tried many different types of builds but can't get past this issue. But I do see javacc in the console.
> Not able to verify because I can't javacc to run. I see this when I first check > out from cvs, but with repeated cleans these errors goes away. I've tried many > different types of builds but can't get past this issue. But I do see javacc in > the console. Sounds like you've verified the fix, if the problems are going away after you invoke clean.
Correction: The javacc problem did not go away despite repeated cleans. I was trying to say that I've see this issue before and was able to resolve with repeated cleans, but I was not able to do so in this build.
Make sure to do refresh/clean cycle, not just clean.
Got it! Verified.