
|
If you were logged in you would be able to see more operations.
|
|
|
|
Original Estimate:
|
Unknown
|
Remaining Estimate:
|
Unknown
|
Time Spent:
|
Unknown
|
|
File Attachments:
|
None
|
|
Image Attachments:
|
|
|
| Build: |
7,020
|
| Fixed in build: |
7,095
|
| Severity: |
High
|
|
Following code in .classpath file:
<classpathentry kind="lib" path="C:/Documents and Settings/foobar/.maven/repository/jdbc/oracle/oracle-10.1.0.2.0.jar" sourcepath="">
After importing the eclipse project, jar source has been asigned to $MODULE_DIR$", and module can not work any more.
<orderEntry type="module-library">
<library>
<CLASSES>
<root url="jar://C:/Documents and Settings/foobar/.maven/repository/jdbc/oracle/oracle-10.1.0.2.0.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES>
<root url="file://$MODULE_DIR$" />
</SOURCES>
</library>
</orderEntry>
|
|
Description
|
Following code in .classpath file:
<classpathentry kind="lib" path="C:/Documents and Settings/foobar/.maven/repository/jdbc/oracle/oracle-10.1.0.2.0.jar" sourcepath="">
After importing the eclipse project, jar source has been asigned to $MODULE_DIR$", and module can not work any more.
<orderEntry type="module-library">
<library>
<CLASSES>
<root url="jar://C:/Documents and Settings/foobar/.maven/repository/jdbc/oracle/oracle-10.1.0.2.0.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES>
<root url="file://$MODULE_DIR$" />
</SOURCES>
</library>
</orderEntry> |
Show » |
|