You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2020/04/10 05:54:43 UTC

[Bug 64333] New: build.xml netbeans junit version is out of date

https://bz.apache.org/bugzilla/show_bug.cgi?id=64333

            Bug ID: 64333
           Summary: build.xml netbeans junit version is out of date
           Product: Tomcat 8
           Version: 8.5.54
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: minor
          Priority: P2
         Component: Meta
          Assignee: dev@tomcat.apache.org
          Reporter: Brian@PingToo.com
  Target Milestone: ----

Created attachment 37162
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=37162&action=edit
update for junit with netbeans

/res/ide-support/netbeans/nb-tomcat-build.properties hard-codes the
tomcat-extras dependency for junit, but I can' think of a better method at the
moment. The latest dependency is junit-4.12, not junit-4.11.

I have attached s simple diff.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


[Bug 64333] build.xml netbeans junit version is out of date

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=64333

Mark Thomas <ma...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #4 from Mark Thomas <ma...@apache.org> ---
Thanks for reporting this. I've been through all current Tomcat versions and
updated everything to 4.13. I also fixed what looked like a global find/replace
for ECJ that set an invalid JUnit verison.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


[Bug 64333] build.xml netbeans junit version is out of date

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=64333

--- Comment #1 from mgrigorov <mg...@apache.org> ---
Latest JUnit 4.x is 4.13:
https://search.maven.org/artifact/junit/junit/4.13/jar

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


[Bug 64333] build.xml netbeans junit version is out of date

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=64333

--- Comment #3 from mgrigorov <mg...@apache.org> ---
You said:
> The latest dependency is junit-4.12, not junit-4.11.

I said that 4.13 is the latest version of JUnit 4.x, not that it is used by
Tomcat.

Anyway, it would be better to update it to 4.13!

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


[Bug 64333] build.xml netbeans junit version is out of date

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=64333

--- Comment #2 from Brian Burch <Br...@PingToo.com> ---
I did:-

git clone --branch 8.5.54 https://github.com/apache/tomcat.git

just a few hours ago.

ant extras created:-

~/sandboxApache/TOMCAT_8_5_54/tomcat/tomcat-dependencies-lib$ ls -l
junit-4.12/junit-4.12.jar

No sign of junit-4.13 in the latest release of tomcat 8.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org