Tony,
Back on April 4th you added a jtidy dep to the pas-learner-runtime. The
text in the pom is:
<dependency>
<groupId>jtidy</groupId>
<artifactId>jtidy</artifactId>
<version>4aug2000r7-dev</version>
</dependency>
This conflicts with the jtidy dep used by the wise project converter:
<dependency>
<groupId>jtidy</groupId>
<artifactId>jtidy</artifactId>
<version>8.0-SNAPSHOT</version>
</dependency>
The wise project converter adds the jtidy repo to its repo list probably
so it can get this 8.0 version:
<repositories>
...
<repository>
<id>jtidy-repo</id>
<name>JTidy Repository</name>
<url>http://jtidy.sourceforge.net/snapshots/</url>
<releases><enabled>false</enabled></releases>
<snapshots><enabled>true</enabled></snapshots>
</repository>
</repositories>
This is causing the project converter to fail because it is picking up
the old jtidy instead of the new one. I'm going to try changing the plr
to use the most 8.0 jtidy and see what happens.
Scott
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"SAIL-Dev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/SAIL-Dev?hl=en
-~----------~----~----~----~------~----~------~--~---