Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] AJDT multiple output paths?

I just updated to 200611081052.

I have a persistence.xml file in "src/prod/conf/META-INF" and another in "src/test/conf/META-INF". These two build directories are configured to with different output directories.

Without aspectj nature, they get copied to the correct output directory. With aspectj nature, only the persistence.xml in the test directory gets copied to the the test output directory. The persistence.xml in the prod directory never gets copied.

The very weird thing is that /all other/ files seem to get copied the prod output directory. Its just this one file that fails make it.

Alex, were is that test case you created? Maybe I can tweak it a bit to reproduce my problem.

thanks!

-barry

Barry Kaplan wrote:
Alexandru Popescu wrote:
I think I was the last one hitting this problem and I have submitted a
small Eclipse project to reproduce the problem. After the bug was
reported as fixed, it started to work as expected for me.

Hmm. What version of AJDT are you using? I'm seeing this problem with 1.4.1.200610100440.

-barry
_______________________________________________
aspectj-users mailing list
aspectj-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/aspectj-users



Back to the top