Build problems SAS 1.2-SNAPSHOT
Hi List,
today I tried to build the SAS trunk from scratch.
My box uses: Win 7, Java 1.6.20, Maven 2.2.1.
Unfortunately I got an error, the event-bus component says it can't find the WeakLinkedList object.
Then I was able to compile as3commons from scratch using Maven 3, I adjusted the dependencies in SAS and tried to build SAS again.
Now IWeakLinkedList is not found.
Originally I just wanted to debug SAS because some declared objects are not found in my context-inheritance using
Code:
ModuleLoader.applicationdomain=new ApplicationDomain(ApplicationDomain.currentDomain)
Unfortunately the latest Snapshot in the Maven Repository doesn't match the trunk, so I can't debug properly.
Can you please fix this so the SVN trunk matches the version provided in the Maven Snapshots repository?
Thank you in advance,
Christoph