Maven repository unusable under windows
Brought to you by:
derrickoswald
Hi everybody,
we have a problem using your parser under windows. The reason is the naming of your maven artifacts.
The parent project is called 'HTMLParser' (in case you didn't know ;). And than there is the module 'htmlparser'. On operating system this would be no problem but on windows it is!
Windows is case insensitive and is unable to create two directories with the 'same' name.
Could you please rename one of your projects?
HTMLParser to HTMLParser-parent
or
htmlparser to htmlparser-core or htmlparser-api
Best regards
Eike
Logged In: YES
user_id=605407
Originator: NO
Where does this problem show up?
Maven doesn't seem to hava a problem building it with this organization.
The repository looks OK:
....\.m2\repository>dir org\htmlparser
Volume in drive C has no label.
Volume Serial Number is 6CEF-165A
Directory of ....\.m2\repository\org\htmlparser
02/23/2007 10:36 PM <DIR> .
02/23/2007 10:36 PM <DIR> ..
02/23/2007 10:36 PM <DIR> filterbuilder
02/23/2007 10:36 PM <DIR> htmllexer
02/23/2007 10:35 PM <DIR> HTMLParser
02/23/2007 10:36 PM <DIR> sitecapturer
02/23/2007 10:36 PM <DIR> thumbelina
What doesn't work for you?
Logged In: YES
user_id=1650554
Originator: YES
It's bin a while...
could you give me the url of your snapshot repository. I need this for testing again.
Eike
Logged In: YES
user_id=605407
Originator: NO
The repo is: http://htmlparser.sourceforge.net/m2-snapshot-repo/
OK, I see the problem:
$ ll
drwxr-sr-x 3 derrickoswald htmlparser 4096 Sep 23 10:30 filterbuilder
drwxr-sr-x 3 derrickoswald htmlparser 4096 Sep 23 10:22 htmllexer
drwxr-sr-x 3 derrickoswald htmlparser 4096 Sep 23 10:26 htmlparser
drwxr-sr-x 3 derrickoswald htmlparser 4096 Sep 23 10:15 HTMLParser
drwxr-sr-x 3 derrickoswald htmlparser 4096 Sep 23 10:35 sitecapturer
drwxr-sr-x 3 derrickoswald htmlparser 4096 Sep 23 10:39 thumbelina
There are two HTMLParser or htmlparser directories on linux.
Logged In: YES
user_id=605407
Originator: NO
Change name of top level project to "HTML Parser Project" and artifact id to HTMLParserProject.