Hi,
The build samples is now 4 times slower.
This is unacceptable really.
I am not familiar at all with class loading...
Is there anything we can do to avoid that ?
The problem comes maybe from AntClassLoader because even before your
changes setting fork to false (and xmlvalidation to false) did
User: vharcq
Date: 02/04/12 15:32:45
Modified:core/src/xdoclet XDocletTagSupport.java
Log:
Current Tag handling is only valid if tag names are equals. That permit to branch
forAll Tags loop on different tag name.
Revision ChangesPath
1.35 +4 -1 xdoclet/core
User: vharcq
Date: 02/04/12 15:32:45
Modified:core/src/xdoclet/tags AbstractProgramElementTagsHandler.java
Log:
Current Tag handling is only valid if tag names are equals. That permit to branch
forAll Tags loop on different tag name.
Revision ChangesPath
1.32 +2
User: vharcq
Date: 02/04/12 15:30:46
Modified:core/samples/script build.xml
Log:
fork is not available
Revision ChangesPath
1.77 +0 -1 xdoclet/core/samples/script/build.xml
Index: build.xml
==
User: vharcq
Date: 02/04/12 15:17:54
Modified:core/test/src/xdoclet/retest/ref/ejb/interfaces
SimpleSFHome.java SimpleSFLocalHome.java
Log:
Update unit test scripts to xdoclet bootstrapper
Add a unit test for create method exceptions in home
Revision
User: vharcq
Date: 02/04/12 15:17:54
Modified:core/samples/script build.xml
Log:
Update unit test scripts to xdoclet bootstrapper
Add a unit test for create method exceptions in home
Revision ChangesPath
1.76 +1 -0 xdoclet/core/samples/script/build.xml
User: vharcq
Date: 02/04/12 15:17:54
Modified:core/test/src/xdoclet/retest/bean/ejb/ejb SimpleSFBean.java
Log:
Update unit test scripts to xdoclet bootstrapper
Add a unit test for create method exceptions in home
Revision ChangesPath
1.4 +2 -2
xdoclet/cor
User: vharcq
Date: 02/04/12 15:17:53
Modified:core/test/script Build.bat build.xml
Log:
Update unit test scripts to xdoclet bootstrapper
Add a unit test for create method exceptions in home
Revision ChangesPath
1.3 +5 -5 xdoclet/core/test/script/Build.bat
User: ara_e_w
Date: 02/04/12 14:01:57
Modified:core/script Build.bat
Log:
fork=false works fine :-)
Revision ChangesPath
1.7 +3 -3 xdoclet/core/script/Build.bat
Index: Build.bat
===
RCS
User: ara_e_w
Date: 02/04/12 14:01:57
Modified:core/src/xdoclet/loader Bootstrapper.java XDocletModule.java
Log:
fork=false works fine :-)
Revision ChangesPath
1.4 +43 -26xdoclet/core/src/xdoclet/loader/Bootstrapper.java
Index: Bootstrapper.java
===
User: ara_e_w
Date: 02/04/12 14:01:58
Modified:core/src/xdoclet DocletTask.java XmlSubTask.java
Log:
fork=false works fine :-)
Revision ChangesPath
1.34 +180 -27 xdoclet/core/src/xdoclet/DocletTask.java
Index: DocletTask.java
==
User: ara_e_w
Date: 02/04/12 14:01:58
Modified:core/samples/script build.xml
Log:
fork=false works fine :-)
Revision ChangesPath
1.75 +2 -3 xdoclet/core/samples/script/build.xml
Index: build.xml
==
User: ara_e_w
Date: 02/04/12 14:01:58
Modified:core/src/xdoclet/util XmlValidator.java
Log:
fork=false works fine :-)
Revision ChangesPath
1.11 +237 -33 xdoclet/core/src/xdoclet/util/XmlValidator.java
Index: XmlValidator.java
==
User: ara_e_w
Date: 02/04/12 14:01:58
Modified:core/src/xdoclet/ejb EntityPkSubTask.java
Log:
fork=false works fine :-)
Revision ChangesPath
1.27 +90 -83xdoclet/core/src/xdoclet/ejb/EntityPkSubTask.java
Index: EntityPkSubTask.java
===
User: ara_e_w
Date: 02/04/12 14:00:58
Modified:src/xjavadoc XJavaDoc.java
Log:
added a classLoader attribute used for loading binary classes
Revision ChangesPath
1.31 +16 -7 xjavadoc/src/xjavadoc/XJavaDoc.java
Index: XJavaDoc.java
==
User: vharcq
Date: 02/04/12 13:54:02
Modified:core/src/xdoclet/tags AbstractProgramElementTagsHandler.java
Log:
Important patch that resolve the issue of having in a forAllMemberTag a
ifHasMethodTag, both on different tag name.
Revision ChangesPath
1.31 +6 -2
User: vharcq
Date: 02/04/12 13:54:44
Modified:core/resources/xdoclet/ejb/vendor jboss-jaws_xml.j
jboss_xml.j jbosscmp-jdbc_xml.j mvcsoft.j
Log:
Solve all remaining issues with ONE parameter tags (jboss:column-name, etc...)
Revision ChangesPath
1
User: ara_e_w
Date: 02/04/12 13:18:57
Modified:core/resources/xdoclet/ejb/vendor apache-soap.j
Log:
fixed a minor bug
Revision ChangesPath
1.5 +1 -1 xdoclet/core/resources/xdoclet/ejb/vendor/apache-soap.j
Index: apache-soap.j
==
Well, I'm wrestling with XmlValidator now. I made it singleton and
save/load context loads it in another class loader and singleton is
null! And I think I know why it's slow in non-forked mode :-)
I simply looked at XmlValidateTask of Ant and learned from it and
AntClassLoader is the way to go. I
WHAT !
How the f*** did you do that ? Playing with system classpath, task
classpath or what ?
Please learn me
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]] On Behalf
> Of Ara Abrahamian
> Sent: vendredi 12 avril 2002 13:39
> To: 'Aslak Hellesøy'; [EMAIL PR
> Howdy!
Howdy Yo!
> > I added methods to add/remove XTag to XDoc,
> > but replacing tag content is suboptimal - first
> > remove it and then create new one & add it
> > to xdoc.
> >
>
> Why didn't you just make addTag(String,String) public? Would that
> suffice? Also keep in mind that XDoc s
User: ko5tik
Date: 02/04/12 10:01:17
Modified:src/java/xdocletgui/swing/editor UnknownTagsPanel.java
Added: src/java/xdocletgui/swing/editor
TagParameterEditorPanel.java
Log:
created GUI for tag parameter editor.
works at most, but setting / valid
User: ko5tik
Date: 02/04/12 10:01:17
Modified:src/java/xdocletgui/swing EditableElementPanel.java
Log:
created GUI for tag parameter editor.
works at most, but setting / validation
will require tweaking on xtags
Revision ChangesPath
1.6 +9 -0 xdocletgui/
User: ko5tik
Date: 02/04/12 10:01:17
Modified:src/java xdoclet-tags.xml
Log:
created GUI for tag parameter editor.
works at most, but setting / validation
will require tweaking on xtags
Revision ChangesPath
1.7 +4 -1 xdocletgui/src/java/xdoclet-tags.xml
User: ko5tik
Date: 02/04/12 10:01:17
Modified:src/java/xtags TagParameter.java
Log:
created GUI for tag parameter editor.
works at most, but setting / validation
will require tweaking on xtags
Revision ChangesPath
1.3 +8 -10 xdocletgui/src/java/xtags/TagP
User: ko5tik
Date: 02/04/12 09:59:55
Modified:src/xjavadoc XDoc.java
Log:
made addTag(string,string) public
removed addTag(XTag) for sake of xdoc integrity
Revision ChangesPath
1.33 +18 -30xjavadoc/src/xjavadoc/XDoc.java
Index: XDoc.java
=
> What if we just skip the Tag family node? It will
> make the navigation a
> bit shorter. Like this:
>
> MyClass
> @ejb:bean
> name
> type
> ...
> @ejb:data
> ...
> ...
> @weblogic:table-name
>
> Of course, that results in more sub nodes under
> classes/methods, bu
Btw, I've almost fixed the LinkageError problem :-)
I'll commit it after fixing another problem tonight. Next we should
short-circuit the context file saving/loading/etc.
Ara.
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:xdoclet-devel-
> [EMAIL PROTECTED]] On Behalf Of Aslak He
Btw, I've almost fixed the LinkageError problem :-)
I'll commit it after fixing another problem tonight. Next we should
short-circuit the context file saving/loading/etc.
Ara.
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:xdoclet-devel-
> [EMAIL PROTECTED]] On Behalf Of Aslak He
29 matches
Mail list logo