file - problems with shared project in netbeans -
I work with a student group on a project:
In sharing our project We have some problems. There are 2 files that we need to modify every time:
- project.properties
- private.properties
The problem is, That we use the library and these are the relative paths of our hard drive. So when we check out: We need to modify these files to get the project task: Example: C: \ User \ ** \ Desktop \ teddpee \ EgisPartnerprofile \ nbproject \ build-impl.xml: 519: Warning: Do not C: \ vol \ netbeans-6.1 \ 6.1 \ Enterprise5 \ Module \ ext \ jsf-1_2 \ jsf-impl.jar to copy.
C: \ vol \ netbeans-6.1 \ 6.1 \ Enterprise 5 \ Module \ ext \ jsf-1_2 \ jsf-impl.jar is the path from any other ..
How do I solve this problem I can do?
There are two things that you can do.
Set up a conference Who uses and sticks everyone on this project may be able to make you all the c: \ jars directory and keep all their normal jars there.
Or can you learn Or Ivy and they can handle their dependencies for you.
Comments
Post a Comment